home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part2 / 10826 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: alterdial.uu.net!not-for-mail
  2. From: kennethk@prysm.net (Kenneth W. Kirchner)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: AFS
  5. Date: 2 Apr 1996 12:12:21 GMT
  6. Message-ID: <1787.6665T948T734@prysm.net>
  7. References: <4j9n1u$h62@marton.hsr.no> <811.6664T616T1197@in.net>
  8. NNTP-Posting-Host: shr28-1.prysm.net
  9. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  10.  
  11.  
  12. >> Tarjei Knapstad (tarjeik@stud.unit.no) wrote:
  13. >>: Anyone here have any experience regarding the AFS file system???
  14. >>: What's the speed increase etc. Please fill me in, preferably by e-mail
  15. >>: TK <tarjeik@stud.unit.no>
  16.  
  17. >        I have noticed an incredible speed increase, both in reading and
  18. >writing.  Directory access is amazing.  The reason I got it is for the Crash
  19. >protection, my old drive was constantly getting invalidated by crashes in the
  20. >middle of writes, by IBROWSE!!.  AFS doesn't do that.  The only disadvantage
  21. >so far is that if you delete a file, it is gone for ever.  Disksalv doesn't
  22. >like it.  But then again, Disksalv never really worked for me anyway.
  23. >Backups are still a good idea.
  24.  
  25. Umm, which version are you using?  I have v2.2 of AFS and you are able to
  26. undelete the last 31 files you deleted.  It is kind of hidden in the docs how
  27. to do this. Here it is straight from the AFS README file on the disk:
  28.  
  29. ---- Cut ----
  30.  
  31. Un-delete
  32. ---------
  33.  
  34. AFS now includes an un-delete feature. Located off the root is a subdirectory
  35. called ".deldir". It stores the last 31 deleted files. To list the currently
  36. valid deleted files (from cli) type:
  37.  
  38. list :.deldir
  39.  
  40. You will notice the filenames have a number called a "slot number" appended
  41. after them to prevent duplicate file names.
  42.  
  43. To undelete a file simply copy it from the .deldir onto another drive e.g:-
  44.  
  45. copy :.deldir/NewsBatch@022 ram:
  46.  
  47. Will un-delete the NewBatch@022 file and store it in ram disk.
  48.  
  49. N.B. While it is possible to un-delete files onto the same volume, if you do
  50. this you may overwrite the file you are trying to un-delete.
  51.  
  52. ---- Cut ----
  53.  
  54. I hope this clears things up a bit.  I agree though, that the speed and the
  55. 'indestructable' file system make AFS a *must* for any user.  I love it.
  56.  
  57. -Ken
  58.  
  59.